home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00051_Script_voiclet < prev    next >
Text File  |  1999-09-22  |  1KB  |  41 lines

  1. on mousedown
  2.   global name, cspname,cspchannel, gvolume
  3.   
  4.   set the movieRate of sprite 105 to 0
  5.   
  6.   puppetsprite 98,false
  7.   puppetsprite 101,false
  8.   
  9.   
  10.   set the membernum of sprite  cspchannel to the number of member cspname of castlib "eb.cst"
  11.   set name to the name of member(the member of sprite the clickon)
  12.   set rr to "r"& name
  13.   set the membernum of sprite the clickon to the number of member rr of castlib "eb.cst"
  14.   global cspname
  15.   set yy to chars(cspname,1,1)
  16.   global gloson
  17.   if (gloson=1) or (the visible of window "gloss") then
  18.     
  19.     set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
  20.     endNewMovie
  21.   end if
  22.   if the visible of sprite 106 then
  23.     set the visible of sprite 106 to false
  24.     set the visible of sprite 107 to false
  25.     set the visible of sprite 108 to false
  26.     set zz to the name of member (the memberNum of sprite 117)
  27.     set yx to chars(zz,2,6)
  28.     set the memberNum of sprite 117 to the number of member yx of castlib "eb.cst"
  29.   end if
  30.   updatestage
  31.   checkvol yy
  32.   set the visible of sprite 105 to false
  33.   if gvolume = 0 then
  34.     set soundLevel to 0
  35.     set the volume of sound 1 to 0
  36.   end if
  37.   updateStage
  38.   set the visible of sprite 105 to true
  39.   updateStage
  40.   go to frame "letter"
  41. end